home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / LK_V1.06.LHA / LK V1.06 / TOOLS / qdload < prev    next >
Encoding:
AmigaDOS Script File  |  1994-11-01  |  394 b   |  15 lines

  1. .key a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z
  2. .bra «
  3. .ket »
  4.  
  5. ; $VER: qdload 1.00 (21.7.94)
  6. ; Load files through QuickDOS.library for a quicker user thereafter
  7.  
  8. If "«a»" EQ ""
  9.   Echo "Usage: qdload {<filename>}"
  10.   Echo "         or   WITH <filename>"
  11.   Quit 0
  12. EndIf
  13.  
  14. lk QDPREPARE «a» «b» «c» «d» «e» «f» «g» «h» «i» «j» «k» «l» «m» «n» «o» «p» «q» «r» «s» «t» «u» «v» «w» «x» «y» «z»
  15.